if service.click({
{"Join, button",
"Meeting ID",
}
})
return true
end

if service.click({
{"Recent Meeting IDs",
}
})
return true
end

if service.click({
{"Leave",
}
})
return true
end

if service.click({
{"End",
"Leave Meeting",
}
})
return true
end

if service.click({
{"Cancel",
"End",
"Leave Meeting",
}
})
return true
end

if service.click({
{"Cancel",
"Leave",
}
})
return true
end

if service.click({
{"Close",
"End",
"Leave Meeting",
}
})
return true
end

if service.click({
{"Close",
"Leave",
}
})
return true
end